-- background: 15575 from stack: in.0 -- bmap block id: 0 -- flags: 4000 -- background id: 0 -- name: Information ----- HyperTalk script ----- on idle global steveLine,lasttick1,lastTick2 --put "Developer Stack" going down side if (the ticks-lastTick1)>100 then -- better performance put the ticks into lastTick1 put 1+steveLine into steveLine if steveLine>26 then put 1 into steveLine put empty into card field steve put "Developer Stack" into line SteveLine of card field steve end if --put message across top if (the ticks-lastTick2)>500 then put the ticks into lastTick2 get card field Name if it is empty or it is "From ART Incorporated" then put empty into card field name click at loc of card field "Name" type "Innovative Hypercard Stackware" else put empty into card field Name click at loc of card field "Name" type "From ART Incorporated" end if end if pass idle end idle -- part 1 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=468 top=1 right=29 bottom=505 -- title width / last selected line: 0 -- icon id / first selected line: 11645 / 11645 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup end if visual effect iris close go first card end mouseUp -- part 2 (field) -- low flags: 81 -- high flags: 4002 -- rect: left=381 top=202 right=333 bottom=489 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: CrossRef